From b9a82d4e3bcb88cafad40d3bdbcc42b5d433c82f Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Thu, 20 May 2021 11:27:18 +0200 Subject: [PATCH] d/rules: Prefer STL over DCMTK convienient copy Current GCC implementation passes all system inspection test. Use directly STL implementation to ease integration with other toolkits. --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 210cd878..a52a018f 100755 --- a/debian/rules +++ b/debian/rules @@ -40,6 +40,7 @@ CMAKE_EXTRA_FLAGS += -DCMAKE_BUILD_TYPE:STRING=None \ -DCMAKE_INSTALL_DATADIC:STRING=share/libdcmtk16 \ -DCMAKE_SKIP_RPATH:BOOL=OFF \ -DDCMTK_ENABLE_CHARSET_CONVERSION:STRING='stdlibc (iconv)' \ + -DDCMTK_ENABLE_STL:BOOL=ON \ -DCMAKE_CXX_STANDARD:STRING=14 override_dh_auto_configure: -- 2.30.2